Versions Compared

Key

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

...

When writing to Vitalink, all the elements are generated by the eHealth technical connector, based on the patient information given by the application.

Transaction MS

Kmehr transaction

...

Kmehr

Element

Vitalink meaning

Kmehr meaning: External Links#kmehr_transaction

Kmehr

standard

Vitalink

standard

id


Mandatory

=

cd


Mandatory

=

date


Mandatory

=

time


Mandatory

=

author


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 Concept: Validation

Mandatory

=

item

Represents atomic medical information (or other required information type)


Optional

Mandatory

Vitalink transaction MS items

Kmehr item

...

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

Kmehr

Element

Vitalink meaning

Kmehr meaning: External Links#kmehr_item

id

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

cd

...

Kmehr: The type of the item.

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


Item "medication"

The item medication has of the following additional elements:

Element

Description




Item

...

"healthcareelement"

To include certain Vitalink specific information within the medication scheme data element, use must be made of separate item with value 'healthcareelement'.

...

healthcareelementvalue of <content>
adaptationflagKmehr table CD-MS-ADAPTATION
begincondition

Text field

endconditionText field
medicationtypeKmehr table CD-MS-MEDICATIONTYPE
medicationuse

Text field

originKmehr table CD-MS-ORIGIN
Healthcareelement "adaptationflag"
Warning
titleUnder discussion

This paragraph is under discussion and needs to be reviewed.

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

...

Code Block
languagexml
titleExample
linenumberstrue
<item>
	<id SV="1.0" S="ID-KMEHR">2</id>
	<cd SV="1.3" S="CD-ITEM">healthcareelement</cd>
	<content>
		<cd SV="1.0" S="CD-ITEM-MS">adaptationflag</cd>
		<cd SV="1.0" S="CD-MS-ADAPTATION">medication</cd>
		<cd SV="1.0" S="CD-MS-ADAPTATION">posology</cd>
	</content>
</item>
Healthcareelement "begincondition"
Healthcareelement  "endcondition"

...

Healthcareelement "medicationtype"
Warning
titleUnder discussion

This paragraph is under discussion and needs to be reviewed.

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

...

Permitted values for this list are:

  • onprescription
  • otc
  • other

...

Healthcareelement "medicationuse"
Code Block
languagexml
titleExample
linenumberstrue
<item>
	<id SV="1.0" S="ID-KMEHR">2</id>
	<cd SV="1.3" S="CD-ITEM">healthcareelement</cd>
	<content>
		<cd SV="1.0" S="CD-ITEM-MS">medicationuse</cd>
	</content>
	<content>
		<text L="nl">For stomachache</text>
	</content>
</item>
Healthcareelement "origin"
Warning
titleUnder discussion

This paragraph is under discussion and needs to be reviewed.

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

...