Versions Compared

Key

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

...

Element

TypeMeaningVitalink

content/medicinalproduct/intendedcd

CD-DRUG-CNK


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


Note
titleAdvise

Although it should be used when reading a medication, it is advised not to use the delivered functionality when writing medication. When delivering another product instead of the intended one, it is better to replace the orginal <intendedcd> and <intendedname> by a new <intendedcd> and <intendedname>.


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

...

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 Although it should be used when reading a medication, it is advised not to to use the delivered functionality when writing medication. When delivering a product based on the intended substance, it is better to replace the orginal <substanceproduct> by a new <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>
	...

...