Product Master Data Message Examples (XML)

The namespace declared in the header of the file must be identical to the namespace used in the body of the file or failure occurs. Similarly, if a namespace is not declared in the header then namespaces must be omitted to avoid the file's failure.

This example demonstrates message example of a manufacturer creating a new master data item for a US non-serialized product for initial DSCSA requirements:

<?xml version="1.0" encoding="UTF-8"?>
<mdx:MDXProductMasterMessage xmlns:mdx="urn:tracelink:mapper:sl:master_data_exchange" xmlns:cmn="urn:tracelink:mapper:sl:mdx:commontypes" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
	<mdx:ControlFileHeader>
		<cmn:FileSenderNumber>8888884043588</cmn:FileSenderNumber>
		<cmn:FileReceiverNumber>8888884043588</cmn:FileReceiverNumber>
		<cmn:FileControlNumber>20180612063032012</cmn:FileControlNumber>
		<cmn:FileDate>2018-06-12</cmn:FileDate>
		<cmn:FileTime>06:30:42Z</cmn:FileTime>
	</mdx:ControlFileHeader>
	<mdx:MessageBody>
		<mdx:ProductMasterItem>
			<cmn:PrimaryItemCode type="INTERNAL_MATERIAL_CODE">133661</cmn:PrimaryItemCode>
			<cmn:ProductGroupCode>10001</cmn:ProductGroupCode>
			<cmn:ProductStatus>Released</cmn:ProductStatus>
			<cmn:EffectiveDate>2018-06-12</cmn:EffectiveDate>
			<cmn:RecordStatus>Active</cmn:RecordStatus>
			<mdx:AlternateItemCodes>
				<cmn:AlternateItemCode type="INTERNAL_MATERIAL_CODE">133661</cmn:AlternateItemCode>
				<cmn:AlternateItemCode type="US_NDC542">05552-5500-10</cmn:AlternateItemCode>
			</mdx:AlternateItemCodes>
			<mdx:TargetMarketList>
				<mdx:TargetMarket>
					<cmn:CountryMarket>IN</cmn:CountryMarket>
					<cmn:PointOfDispenseVerificationReqt>false</cmn:PointOfDispenseVerificationReqt>
					<cmn:TraceabilityReqt>true</cmn:TraceabilityReqt>
					<cmn:ProductOrigin>Originator</cmn:ProductOrigin>
					<cmn:ProductType>PHARMACEUTICAL</cmn:ProductType>
					<cmn:ScheduledDrug>false</cmn:ScheduledDrug>
					<cmn:ManufacturedBy>CMO</cmn:ManufacturedBy>
					<cmn:ProductionType>Imported</cmn:ProductionType>
					<cmn:MarketingAuthorizationHolderId type="SGLN">9997777.01994.0</cmn:MarketingAuthorizationHolderId>
					<cmn:DistributionPartnerId type="DEA">412333444</cmn:DistributionPartnerId>
					<cmn:ProductImage mimeType="BMP">ProductImageFileName</cmn:ProductImage>
				</mdx:TargetMarket>
			</mdx:TargetMarketList>
			<mdx:ExportMarketList>
				<mdx:ExportMarket>
					<cmn:ExportFromCountry>US</cmn:ExportFromCountry>
					<cmn:ExportToCountry>IN</cmn:ExportToCountry>
					<cmn:UnitPrice currencyCode="USD">48.57</cmn:UnitPrice>
					<cmn:TargetMarketExemption>true</cmn:TargetMarketExemption>
					<cmn:ExportCountryExemptionCode>IN_Manufacturer</cmn:ExportCountryExemptionCode>
					<cmn:TargetMarketExemptionReference>Name of the Applicable Law</cmn:TargetMarketExemptionReference>
					<cmn:TargetMarketExemptionDate>2018-06-12</cmn:TargetMarketExemptionDate>
					<cmn:ManufacturedBy>MAH</cmn:ManufacturedBy>
					<cmn:ManufacturerId type="IN_COMPANY_ID">8888119999</cmn:ManufacturerId>
				</mdx:ExportMarket>
				<mdx:DeleteExportMarket>
					<cmn:ExportFromCountry>US</cmn:ExportFromCountry>
					<cmn:ExportToCountry>KR</cmn:ExportToCountry>
				</mdx:DeleteExportMarket>
			</mdx:ExportMarketList>
			<mdx:ItemInfoList>
				<mdx:ItemInfo>
					<cmn:LanguageCode>EN</cmn:LanguageCode>
					<cmn:ProductDescription>IBUPROFEN 400 MG TABS 30</cmn:ProductDescription>
					<cmn:Composition>Ibuprofen</cmn:Composition>
					<cmn:Remarks>Ibuprofen round tablets</cmn:Remarks>
					<cmn:DrugName>Migraine Med</cmn:DrugName>
					<cmn:GenericName>Generic Ibuprofen</cmn:GenericName>
					<cmn:Manufacturer>Clara Manufacturing</cmn:Manufacturer>
					<cmn:Strength>400 MG</cmn:Strength>
					<cmn:DosageForm>TABS</cmn:DosageForm>
					<cmn:EMVSFormTypeEN>TABLET</cmn:EMVSFormTypeEN>
					<cmn:PackageSize>30</cmn:PackageSize>
					<cmn:EMVSPackTypeEN>BLISTER</cmn:EMVSPackTypeEN>
				</mdx:ItemInfo>
			</mdx:ItemInfoList>
		</mdx:ProductMasterItem>
	</mdx:MessageBody>
</mdx:MDXProductMasterMessage>

This example demonstrates a wholesale distributor creating a new master data item for US non-serialized product for initial DSCSA requirements:

<?xml version="1.0" encoding="UTF-8"?>
<mdx:MDXProductMasterMessage xmlns:mdx="urn:tracelink:mapper:sl:master_data_exchange" xmlns:cmn="urn:tracelink:mapper:sl:mdx:commontypes" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">	
	<mdx:ControlFileHeader>
		<cmn:FileSenderNumber>8888884043588</cmn:FileSenderNumber>
		<cmn:FileReceiverNumber>8888884043588</cmn:FileReceiverNumber>
		<cmn:FileControlNumber>20180612063032012</cmn:FileControlNumber>
		<cmn:FileDate>2018-06-12</cmn:FileDate>
		<cmn:FileTime>06:30:42Z</cmn:FileTime>
	</mdx:ControlFileHeader>
	<mdx:MessageBody>
		<mdx:ProductMasterItem>
			<cmn:PrimaryItemCode type="INTERNAL_MATERIAL_CODE">133551</cmn:PrimaryItemCode>
			<cmn:ProductGroupCode>10001</cmn:ProductGroupCode>
			<cmn:ProductStatus>Released</cmn:ProductStatus>
			<cmn:EffectiveDate>2018-06-12</cmn:EffectiveDate>
			<cmn:RecordStatus>Active</cmn:RecordStatus>
			<mdx:AlternateItemCodes>
				<cmn:AlternateItemCode type="INTERNAL_MATERIAL_CODE">133551</cmn:AlternateItemCode>
				<cmn:AlternateItemCode type="US_NDC542">05552-6600-33</cmn:AlternateItemCode>
			</mdx:AlternateItemCodes>
			<mdx:TargetMarketList>
				<mdx:TargetMarket>
					<cmn:CountryMarket>US</cmn:CountryMarket>
					<cmn:PointOfDispenseVerificationReqt>true</cmn:PointOfDispenseVerificationReqt>
					<cmn:TraceabilityReqt>true</cmn:TraceabilityReqt>
					<cmn:ProductOrigin>DirectPurchaseManufacturer</cmn:ProductOrigin>
					<cmn:ProductType>OTC</cmn:ProductType>
					<cmn:ScheduledDrug>false</cmn:ScheduledDrug>
					<cmn:DistributionPartnerId type="DEA">412333444</cmn:DistributionPartnerId>
					<cmn:ProductImage mimeType="PNG" fileName="filename.png">ProductImage</cmn:ProductImage>
				</mdx:TargetMarket>
			</mdx:TargetMarketList>
			<mdx:ItemInfoList>
				<mdx:ItemInfo>
					<cmn:LanguageCode>EN</cmn:LanguageCode>
					<cmn:ProductDescription>MIGRAINE MED 100 MG TABS 30</cmn:ProductDescription>
					<cmn:DrugName>Migraine Med</cmn:DrugName>
					<cmn:Manufacturer>Clara Manufacturing</cmn:Manufacturer>
					<cmn:Strength>100 MG</cmn:Strength>
					<cmn:DosageForm>CAPSULE</cmn:DosageForm>
					<cmn:PackageSize>20</cmn:PackageSize>
				</mdx:ItemInfo>
			</mdx:ItemInfoList>
		</mdx:ProductMasterItem>
	</mdx:MessageBody>
</mdx:MDXProductMasterMessage>

This example demonstrates the updating of an existing master data record for US non-serialized product:

When a master data record is changed, the entire record must be resubmitted.

<?xml version="1.0" encoding="UTF-8"?>
<mdx:MDXProductMasterMessage xmlns:mdx="urn:tracelink:mapper:sl:master_data_exchange" xmlns:cmn="urn:tracelink:mapper:sl:mdx:commontypes" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
	<mdx:ControlFileHeader>
		<cmn:FileSenderNumber>8888884043588</cmn:FileSenderNumber>
		<cmn:FileReceiverNumber>8888884043588</cmn:FileReceiverNumber>
		<cmn:FileControlNumber>20180612063032012</cmn:FileControlNumber>
		<cmn:FileDate>2018-06-12</cmn:FileDate>
		<cmn:FileTime>06:30:42Z</cmn:FileTime>
	</mdx:ControlFileHeader>
	<mdx:MessageBody>
		<mdx:ProductMasterItem>
			<cmn:PrimaryItemCode type="INTERNAL_MATERIAL_CODE">133771</cmn:PrimaryItemCode>
			<cmn:ProductGroupCode>10002</cmn:ProductGroupCode>
			<cmn:ProductStatus>Released</cmn:ProductStatus>
			<cmn:EffectiveDate>2014-07-01</cmn:EffectiveDate>
			<cmn:RecordStatus>Active</cmn:RecordStatus>
			<mdx:AlternateItemCodes>
				<cmn:AlternateItemCode type="US_NDC542">05552-7700-33</cmn:AlternateItemCode>
			</mdx:AlternateItemCodes>
			<mdx:TargetMarketList>
				<mdx:TargetMarket>
					<cmn:CountryMarket>US</cmn:CountryMarket>
					<cmn:TraceabilityReqt>true</cmn:TraceabilityReqt>
					<cmn:ProductOrigin>IndirectPurchase</cmn:ProductOrigin>
				</mdx:TargetMarket>
			</mdx:TargetMarketList>
			<mdx:ItemInfoList>
				<mdx:ItemInfo>
					<cmn:LanguageCode>EN</cmn:LanguageCode>
					<cmn:ProductDescription>ALLERGY MED 120 MG CAPS 60</cmn:ProductDescription>
					<cmn:DrugName>Allergy Med</cmn:DrugName>
					<cmn:Manufacturer>Clara Manufacturing</cmn:Manufacturer>
					<cmn:Strength>120 MG</cmn:Strength>
					<cmn:DosageForm>CAPS</cmn:DosageForm>
					<cmn:PackageSize>60</cmn:PackageSize>
				</mdx:ItemInfo>
			</mdx:ItemInfoList>
		</mdx:ProductMasterItem>
	</mdx:MessageBody>
</mdx:MDXProductMasterMessage>

The following example demonstrates the changing of the primary item code for an existing master data item for a US non-serialized product (NewPrimaryItemCode 133881 replaces the original PrimaryItemCode 133771, and code 133771 is deleted):

When a master data record is changed, the entire record must be resubmitted.

<?xml version="1.0" encoding="UTF-8"?>
<mdx:MDXProductMasterMessage xmlns:mdx="urn:tracelink:mapper:sl:master_data_exchange" xmlns:cmn="urn:tracelink:mapper:sl:mdx:commontypes" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">	
	<mdx:ControlFileHeader>
		<cmn:FileSenderNumber>8888884043588</cmn:FileSenderNumber>
		<cmn:FileReceiverNumber>8888884043588</cmn:FileReceiverNumber>
		<cmn:FileControlNumber>20180612063032012</cmn:FileControlNumber>
		<cmn:FileDate>2018-06-12</cmn:FileDate>
		<cmn:FileTime>06:30:42Z</cmn:FileTime>
	</mdx:ControlFileHeader>
	<mdx:MessageBody>		
		<mdx:ProductMasterItem>
			<cmn:PrimaryItemCode type="INTERNAL_MATERIAL_CODE">133771</cmn:PrimaryItemCode>
			<cmn:NewPrimaryItemCode type="INTERNAL_MATERIAL_CODE">133881</cmn:NewPrimaryItemCode>
			<cmn:ProductGroupCode>10001</cmn:ProductGroupCode>
			<cmn:ProductStatus>NoLongerStocked</cmn:ProductStatus>
			<cmn:EffectiveDate>2018-06-14</cmn:EffectiveDate>
			<cmn:RecordStatus>Inactive</cmn:RecordStatus>
			<mdx:AlternateItemCodes>
				<cmn:AlternateItemCode type="US_NDC542">05552-7700-33</cmn:AlternateItemCode>
				<cmn:AlternateItemCode type="INTERNAL_MATERIAL_CODE" action="DELETE">133771</cmn:AlternateItemCode>
			</mdx:AlternateItemCodes>
			<mdx:TargetMarketList>
				<mdx:TargetMarket>
					<cmn:CountryMarket>US</cmn:CountryMarket>
					<cmn:TraceabilityReqt>true</cmn:TraceabilityReqt>
					<cmn:ProductOrigin>DirectPurchaseExclusiveDistributor</cmn:ProductOrigin>
				</mdx:TargetMarket>
			</mdx:TargetMarketList>
			<mdx:ItemInfoList>
				<mdx:ItemInfo>
					<cmn:LanguageCode>EN</cmn:LanguageCode>
					<cmn:ProductDescription>ALLERGY MED 120 MG CAPS 60</cmn:ProductDescription>
					<cmn:DrugName>Allergy Med</cmn:DrugName>
					<cmn:Manufacturer>Clara Manufacturing</cmn:Manufacturer>
					<cmn:Strength>120 MG</cmn:Strength>
					<cmn:DosageForm>CAPS</cmn:DosageForm>
					<cmn:PackageSize>60</cmn:PackageSize>
				</mdx:ItemInfo>
			</mdx:ItemInfoList>
		</mdx:ProductMasterItem>
	</mdx:MessageBody>
</mdx:MDXProductMasterMessage>

The following example demonstrates updating an existing master data item for US serialized product for DSCSA requirements (PackingInfoList is added with GTIN serialization information for Eaches and Cases):

When a master data record is changed, the entire record must be resubmitted.

<?xml version="1.0" encoding="UTF-8"?>
<mdx:MDXProductMasterMessage xmlns:mdx="urn:tracelink:mapper:sl:master_data_exchange" xmlns:cmn="urn:tracelink:mapper:sl:mdx:commontypes" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">	
	<mdx:ControlFileHeader>
		<cmn:FileSenderNumber>8888884043588</cmn:FileSenderNumber>
		<cmn:FileReceiverNumber>8888884043588</cmn:FileReceiverNumber>
		<cmn:FileControlNumber>20180612063032012</cmn:FileControlNumber>
		<cmn:FileDate>2018-06-12</cmn:FileDate>
		<cmn:FileTime>06:30:42Z</cmn:FileTime>
	</mdx:ControlFileHeader>
	<mdx:MessageBody>
		<mdx:ProductMasterItem>
			<cmn:PrimaryItemCode type="INTERNAL_MATERIAL_CODE">133991</cmn:PrimaryItemCode>
			<cmn:ProductGroupCode>10003</cmn:ProductGroupCode>
			<cmn:ProductStatus>Released</cmn:ProductStatus>
			<cmn:EffectiveDate>2018-06-14</cmn:EffectiveDate>
			<cmn:RecordStatus>Active</cmn:RecordStatus>
			<mdx:AlternateItemCodes>
				<cmn:AlternateItemCode type="US_NDC542">05552-9900-33</cmn:AlternateItemCode>
			</mdx:AlternateItemCodes>
			<mdx:TargetMarketList>
				<mdx:TargetMarket>
					<cmn:CountryMarket>US</cmn:CountryMarket>
					<cmn:TraceabilityReqt>true</cmn:TraceabilityReqt>
					<cmn:ProductOrigin>DirectPurchaseManufacturer</cmn:ProductOrigin>
				</mdx:TargetMarket>
			</mdx:TargetMarketList>
			<mdx:ItemInfoList>
				<mdx:ItemInfo>
					<cmn:LanguageCode>EN</cmn:LanguageCode>
					<cmn:ProductDescription>FLU MED 120MG CAPS 90CT</cmn:ProductDescription>
					<cmn:DrugName>Flu Med</cmn:DrugName>
					<cmn:Manufacturer>Clara Manufacturing</cmn:Manufacturer>
					<cmn:Strength>120MG</cmn:Strength>
					<cmn:DosageForm>CAPS</cmn:DosageForm>
					<cmn:PackageSize>90</cmn:PackageSize>
				</mdx:ItemInfo>
			</mdx:ItemInfoList>
			<mdx:PackagingInfoList>
				<mdx:PackagingInfo>
					<cmn:PackagingCode type="GTIN-14">00882026050906</cmn:PackagingCode>
					<cmn:PackagingUOM>EA</cmn:PackagingUOM>
					<cmn:SerializationType>Sequential</cmn:SerializationType>
					<cmn:RequiresAggregation>Aggregated</cmn:RequiresAggregation>
					<cmn:FilterValue>1</cmn:FilterValue>
					<cmn:CompanyPrefix>088202</cmn:CompanyPrefix>
					<cmn:RecordStatus>Active</cmn:RecordStatus>
				</mdx:PackagingInfo>
				<mdx:PackagingInfo>
					<cmn:PackagingCode type="GTIN-14">50882026050901</cmn:PackagingCode>
					<cmn:PackagingUOM>CA</cmn:PackagingUOM>
					<cmn:SerializationType>Sequential</cmn:SerializationType>
					<cmn:RequiresAggregation>Aggregated</cmn:RequiresAggregation>
					<cmn:FilterValue>2</cmn:FilterValue>
					<cmn:CompanyPrefix>088202</cmn:CompanyPrefix>
					<cmn:RecordStatus>Active</cmn:RecordStatus>
				</mdx:PackagingInfo>
			</mdx:PackagingInfoList>
		</mdx:ProductMasterItem>
	</mdx:MessageBody>
</mdx:MDXProductMasterMessage>

The following is an example of a manufacturer creating a master data item for China serialized product:

<?xml version="1.0" encoding="UTF-8"?>
<mdx:MDXProductMasterMessage xmlns:mdx="urn:tracelink:mapper:sl:master_data_exchange" xmlns:cmn="urn:tracelink:mapper:sl:mdx:commontypes" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">	
	<mdx:ControlFileHeader>
		<cmn:FileSenderNumber>8888884043588</cmn:FileSenderNumber>
		<cmn:FileReceiverNumber>8888884043588</cmn:FileReceiverNumber>
		<cmn:FileControlNumber>20180612063032012</cmn:FileControlNumber>
		<cmn:FileDate>2018-06-12</cmn:FileDate>
		<cmn:FileTime>06:30:42Z</cmn:FileTime>
	</mdx:ControlFileHeader>
	<mdx:MessageBody>
		<mdx:ProductMasterItem>
			<cmn:PrimaryItemCode type="INTERNAL_MATERIAL_CODE">133441</cmn:PrimaryItemCode>
			<cmn:ProductGroupCode>10002</cmn:ProductGroupCode>
			<cmn:ProductStatus>Released</cmn:ProductStatus>
			<cmn:EffectiveDate>2018-06-14</cmn:EffectiveDate>
			<cmn:RecordStatus>Active</cmn:RecordStatus>
			<mdx:AlternateItemCodes>
				<cmn:AlternateItemCode type="CN_SUBTYPE">1001221001</cmn:AlternateItemCode>
			</mdx:AlternateItemCodes>
			<mdx:TargetMarketList>
				<mdx:TargetMarket>
					<cmn:CountryMarket>CN</cmn:CountryMarket>
					<cmn:PointOfDispenseVerificationReqt>false</cmn:PointOfDispenseVerificationReqt>
					<cmn:TraceabilityReqt>false</cmn:TraceabilityReqt>
					<cmn:ProductOrigin>Originator</cmn:ProductOrigin>
				</mdx:TargetMarket>
			</mdx:TargetMarketList>
			<mdx:ItemInfoList>
				<mdx:ItemInfo>
					<cmn:LanguageCode>EN</cmn:LanguageCode>
					<cmn:ProductDescription>ALLERGY MED 20 MG CAPS 30</cmn:ProductDescription>
					<cmn:ProductCode>1008721</cmn:ProductCode>
					<cmn:DrugName>Allergy Med</cmn:DrugName>
					<cmn:Manufacturer>Clara Manufacturing</cmn:Manufacturer>
					<cmn:Strength>20 MG</cmn:Strength>
					<cmn:DosageForm>CAPS</cmn:DosageForm>
					<cmn:PackageSize>30</cmn:PackageSize>
				</mdx:ItemInfo>
				<mdx:ItemInfo>
					<cmn:LanguageCode>ZH</cmn:LanguageCode>
					<cmn:ProductDescription>ALLERGY MED 20 MG CAPS 30</cmn:ProductDescription>
					<cmn:ProductCode>1008721</cmn:ProductCode>
					<cmn:DrugNameAllergy Med</cmn:DrugName>
					<cmn:Manufacturer>Clara Manufacturing</cmn:Manufacturer>
					<cmn:Strength>20 MG</cmn:Strength>
					<cmn:DosageForm>CAPS</cmn:DosageForm>
					<cmn:PackageSize>30</cmn:PackageSize>
				</mdx:ItemInfo>
			</mdx:ItemInfoList>
			<mdx:PackagingInfoList>
				<mdx:PackagingInfo>
					<cmn:PackagingCode type="CN-RESCODE">10234</cmn:PackagingCode>
					<cmn:PackagingUOM>EA</cmn:PackagingUOM>
					<cmn:ContainerAggregationQty>0</cmn:ContainerAggregationQty>
					<cmn:PackagingRatio>1:50:30</cmn:PackagingRatio>
					<cmn:SerializationType>Random</cmn:SerializationType>
					<cmn:RequiresAggregation>Aggregated</cmn:RequiresAggregation>
					<cmn:CodeVersion>81</cmn:CodeVersion>
					<cmn:CodeLevel>1</cmn:CodeLevel>
					<cmn:RecordStatus>Active</cmn:RecordStatus>
				</mdx:PackagingInfo>
				<mdx:PackagingInfo>
					<cmn:PackagingCode type="CN-RESCODE">10235</cmn:PackagingCode>
					<cmn:PackagingUOM>CA</cmn:PackagingUOM>
					<cmn:ContainerAggregationQty>50</cmn:ContainerAggregationQty>
					<cmn:PackagingRatio>1:50:30</cmn:PackagingRatio>
					<cmn:SerializationType>Random</cmn:SerializationType>
					<cmn:RequiresAggregation>Aggregated</cmn:RequiresAggregation>
					<cmn:CodeVersion>88</cmn:CodeVersion>
					<cmn:CodeLevel>2</cmn:CodeLevel>
					<cmn:RecordStatus>Active</cmn:RecordStatus>
				</mdx:PackagingInfo>
			</mdx:PackagingInfoList>
		</mdx:ProductMasterItem>
	</mdx:MessageBody>
</mdx:MDXProductMasterMessage>

The following example is of a manufacturer creating a master data item for multi-market EU product including batch yield parameters:

<?xml version="1.0" encoding="UTF-8"?>
<mdx:MDXProductMasterMessage xmlns:mdx="urn:tracelink:mapper:sl:master_data_exchange" xmlns:cmn="urn:tracelink:mapper:sl:mdx:commontypes" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">	
	<mdx:ControlFileHeader>
		<cmn:FileSenderNumber>8888884043588</cmn:FileSenderNumber>
		<cmn:FileReceiverNumber>8888884043588</cmn:FileReceiverNumber>
		<cmn:FileControlNumber>20180612063032012</cmn:FileControlNumber>
		<cmn:FileDate>2018-06-12</cmn:FileDate>
		<cmn:FileTime>06:30:42Z</cmn:FileTime>
	</mdx:ControlFileHeader>
	<mdx:MessageBody>
		<mdx:ProductMasterItem>
			<cmn:PrimaryItemCode type="INTERNAL_MATERIAL_CODE">100421</cmn:PrimaryItemCode>
			<cmn:ProductGroupCode>10003</cmn:ProductGroupCode>
			<cmn:ProductStatus>Released</cmn:ProductStatus>
			<cmn:EffectiveDate>2018-06-14</cmn:EffectiveDate>
			<cmn:RecordStatus>Active</cmn:RecordStatus>
			<mdx:AlternateItemCodes>
				<cmn:AlternateItemCode type="AT_PZN">4003300220011</cmn:AlternateItemCode>
			</mdx:AlternateItemCodes>
			<mdx:TargetMarketList>
				<mdx:TargetMarket>
					<cmn:CountryMarket>DE</cmn:CountryMarket>
					<cmn:PointOfDispenseVerificationReqt>true</cmn:PointOfDispenseVerificationReqt>
					<cmn:TraceabilityReqt>true</cmn:TraceabilityReqt>
					<cmn:ProductOrigin>Originator</cmn:ProductOrigin>
					<cmn:ProductType>PHARMACEUTICAL</cmn:ProductType>
					<cmn:MarketingAuthorizationHolderId type="SGLN">9997777.01994.0</cmn:MarketingAuthorizationHolderId>
					<cmn:PCID>123789456</cmn:PCID>
				</mdx:TargetMarket>
				<mdx:TargetMarket>
					<cmn:CountryMarket>AT</cmn:CountryMarket>
					<cmn:PointOfDispenseVerificationReqt>false</cmn:PointOfDispenseVerificationReqt>
					<cmn:TraceabilityReqt>true</cmn:TraceabilityReqt>
					<cmn:ProductOrigin>DirectPurchaseRepackager</cmn:ProductOrigin>
					<cmn:ProductType>PHARMACEUTICAL</cmn:ProductType>
					<cmn:MarketingAuthorizationHolderId type="SGLN">9997777.01994.0</cmn:MarketingAuthorizationHolderId>
					<cmn:PCID>741236985</cmn:PCID>
				</mdx:TargetMarket>
			</mdx:TargetMarketList>
			<mdx:ItemInfoList>
				<mdx:ItemInfo>
					<cmn:LanguageCode>EN</cmn:LanguageCode>
					<cmn:ProductDescription>FLU MED 90MG TABS 30 CT</cmn:ProductDescription>
					<cmn:DrugName>Flu Med</cmn:DrugName>
					<cmn:Manufacturer>Clara Manufacturing</cmn:Manufacturer>
					<cmn:Strength>90MG</cmn:Strength>
					<cmn:EMVSFormTypeEN>TABLET</cmn:EMVSFormTypeEN>
					<cmn:PackageSize>30</cmn:PackageSize>
					<cmn:EMVSPackTypeEN>BLISTER</cmn:EMVSPackTypeEN>
				</mdx:ItemInfo>
				<mdx:ItemInfo>
					<cmn:LanguageCode>DE</cmn:LanguageCode>
					<cmn:ProductDescription>Grippe Medikamente 90 MG TABLETTEN 30</cmn:ProductDescription>
					<cmn:DrugName>Grippe Medikamente</cmn:DrugName>
					<cmn:Manufacturer>Clara Manufacturing</cmn:Manufacturer>
					<cmn:Strength>90 MG</cmn:Strength>
                    			<cmn:EMVSFormTypeEN>TABLET</cmn:EMVSFormTypeEN>
					<cmn:PackageSize>30</cmn:PackageSize>
					<cmn:EMVSPackTypeEN>BLISTER</cmn:EMVSPackTypeEN>
				</mdx:ItemInfo>
			</mdx:ItemInfoList>
			<mdx:PackagingInfoList>
				<mdx:PackagingInfo>
					<cmn:PackagingCode type="NTIN">00880026001106</cmn:PackagingCode>
					<cmn:PackagingUOM>EA</cmn:PackagingUOM>
					<cmn:MaxBatchSize>100</cmn:MaxBatchSize>
					<cmn:AcceptableYield>65</cmn:AcceptableYield>
					<cmn:MinimumYield>50</cmn:MinimumYield>
					<cmn:ContainerAggregationQty>0</cmn:ContainerAggregationQty>
					<cmn:PackagingRatio>1:50</cmn:PackagingRatio>
					<cmn:SerializationType>Random</cmn:SerializationType>
					<cmn:RequiresAggregation>NotAggregated</cmn:RequiresAggregation>
					<cmn:RecordStatus>Active</cmn:RecordStatus>
				</mdx:PackagingInfo>
			</mdx:PackagingInfoList>
		</mdx:ProductMasterItem>
	</mdx:MessageBody>
</mdx:MDXProductMasterMessage>