Versions Compared

Key

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

...

The Vitalink transaction MS contains the general information of the medication scheme.

Kmehr parent transaction

Element

Vitalink meaning

Kmehr meaning: External Links#kmehr_transaction

Kmehr

Vitalink

id

For the use in storage and consultation, see M. Storage and Consultation.

Mandatory

=

cd


Mandatory

=

date

For the use in storage and consultation, see M. Storage and Consultation.

Mandatory

=

time

For the use in storage and consultation, see M. Storage and Consultation.

Mandatory

=

author

For the use in storage and consultation, see M. Storage and Consultation.

Mandatory

=

iscomplete

Kmehr: Specifies if the transaction is complete.

Vitalink: This element is not used. Since it is mandatory, Vitalink requires always the value "true".

Jira
serverimec Validation Lab
serverIdac11aa92-3976-3161-9ddb-5020cc76f1c7
keyVIM-147
Jira
serverimec Validation Lab
serverIdac11aa92-3976-3161-9ddb-5020cc76f1c7
keyVIM-149

Mandatory

=

isvalidated

Kmehr: Specifies if the transaction is validated.

Vitalink: This element is not used, see M. Concept: User MSE validation

Mandatory

=

item

Vitalink: No item is defined within the transaction medicationscheme.

Optional

0

Vitalink child transaction MS

Element

Vitalink meaning

Kmehr meaning: External Links#kmehr_transaction

Kmehr

Vitalink

version

Kmehr: not existing

Vitalink: this is the version of the medication scheme in Vitalink. When saving a medication scheme, this version needs to be passed to Vitalink.

not existing

Mandatory

Folder element <transaction> "medicationschemeelement" (MSE)

...

Each Kmehr element <item> consists of the next elements:

Element

Vitalink meaning

Kmehr meaning: External Links#kmehr_item

Kmehr

Vitalink

id

Vitalink: For Vitalink, this value has no extra meaning.

Mandatory=
cd

Kmehr: The type of the item.

Vitalink: 1 item "medication" and 0 or more items "healthcareelement"

Mandatory=


Transaction element <item> "medication"

The item medication has of the following additional elements:

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
duration
Optional, not together with endmoment
regimen
Optional, not together with posology
posology
Optional, not together with regimen
route
Optional
instructionforpatient
Optional
instructionforoverdose
Optional
Medication elements for medication information 

...

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

Element

TypeVitalink

content/medicinalproduct/intendedcd

CD-DRUG-CNK

Mandatory
content/medicinalproduct/intendednametextMandatory
content/medicinalproduct/deliveredcdCD-DRUG-CNKOptional
content/medicinalproduct/deliverednametextOptional


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>
		<medicinalproduct>
			<intendedcd S="CD-DRUG-CNK" SV="2010-07">0018614</intendedcd>
			<intendedname>Alkeran filmomh. tabl. 25 x 2 mg</intendedname>
		</medicinalproduct>
	</content>
	<beginmoment>
		<date>2025-01-15</date>
	</beginmoment>
	...

...

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

Element

TypeVitalink

content/substanceproduct/intendedcd

CD-INNCLUSTER

Mandatory
content/substanceproduct/intendednametextMandatory
content/substanceproduct/deliveredcdCD-DRUG-CNKOptional
content/substanceproduct/deliverednametextOptional


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>
	...


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

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

Element

TypeVitalink

content

CD-EAN

Mandatory
texttextMandatory


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.

...

The Vitalink transaction TS can be used to express a suspension of the ingestion of the medication. A medication scheme can contain 0 or more suspensions.

Kmehr parent transaction

Element

Vitalink meaning

Kmehr meaning: External Links#kmehr_transaction

Kmehr

Vitalink

id

For the use in storage and consultation, see M. Storage and Consultation.

Mandatory

=

cd


Mandatory

=

date

For the use in storage and consultation, see M. Storage and Consultation.

Mandatory

=

time

For the use in storage and consultation, see M. Storage and Consultation.

Mandatory

=

author

For the use in storage and consultation, see M. Storage and Consultation.

Mandatory

=

iscomplete

Kmehr: Specifies if the transaction is complete.

Vitalink: This element is not used. Since it is mandatory, Vitalink requires always the value "true".

Jira
serverimec Validation Lab
serverIdac11aa92-3976-3161-9ddb-5020cc76f1c7
keyVIM-147
Jira
serverimec Validation Lab
serverIdac11aa92-3976-3161-9ddb-5020cc76f1c7
keyVIM-149

Mandatory

=

isvalidated

Kmehr: Specifies if the transaction is validated.

Vitalink: This element is not used, see M. Concept: User MSE validation

Mandatory

=

item

Vitalink: No item is defined within the transaction medicationscheme.

Optional

0

Vitalink child transaction TS

...

Each Kmehr element <item> consists of the next elements:

Element

Vitalink meaning

Kmehr meaning: External Links#kmehr_item

Kmehr

Vitalink

id

Vitalink: For Vitalink, this value has no extra meaning.

Mandatory=
cd

Kmehr: The type of the item.

Vitalink: 1 item "medication" and 0 or more items "transactionreason"

Mandatory=


Transaction element <item> "medication"

The item medication has of the following additional elements:

Element

TypeVitalink

group of elements for

medication information

Refer to corresponding paragraph.Mandatory
beginmoment<date>Mandatory
endmoment<date>Optional, not together with duration
duration

Jira
serverimec Validation Lab
serverIdac11aa92-3976-3161-9ddb-5020cc76f1c7
keyVIM-147

Optional, not together with endmoment
lifecycle
CD-LIFECYCLEMandatory
lnkRefer to corresponding paragraph.Mandatory
Medication elements for medication information

...

The item medication has of the following additional elements:

Element

TypeVitalink

content

Text fieldMandatory


Code Block
languagexml
titleExample
linenumberstrue
...
<item>
	<id S="ID-KMEHR" SV="1.0">2</id>
	<cd S="CD-ITEM" SV="1.11">transactionreason</cd>
	<content>
		<text L="nl">Replaced by Fraxiparine because of tooth extraction</text>
	</content>
</item>
...

...