Versions Compared

Key

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

...

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>
		<medicinalproduct>
			<intendedcd S="CD-DRUG-CNK" SV="1.0">0044545</intendedcd>
			<intendedname>DAFALGAN FORTE AGR BRUIS 500MG TABL 32</intendedname>
			<deliveredcd S="CD-DRUG-CNK" SV="1.0">1449842</deliveredcd>
			<intendedname>DAFALGAN FORTE AGR BRUIS 500MG TABL 32</intendedname>
			<deliveredname>DAFALGAN FORTE AGR BRUIS 1G TABL 32</deliveredname>
		</medicinalproduct>
	</content>
	<beginmoment>
		<date>2025-01-15</date>
	</beginmoment>
	...

...

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<intendedname>rosuvastatine 40 mg tablet (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

...