Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Max bindings not being properly enforced #1115

Closed
grahamegrieve opened this issue Feb 13, 2023 · 1 comment
Closed

Max bindings not being properly enforced #1115

grahamegrieve opened this issue Feb 13, 2023 · 1 comment
Labels
validation-core wontfix This will not be worked on

Comments

@grahamegrieve
Copy link
Collaborator

grahamegrieve commented Feb 13, 2023

this passed:

<?xml version="1.0" encoding="UTF-8"?>
<MedicinalProductDefinition xmlns="http:https://hl7.org/fhir" xmlns:xsi="http:https://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http:https://hl7.org/fhir ../../schema/medicinalproductdefinition.xsd">
	<id value="example"/>
	<text>
		<status value="generated"/>
		<div xmlns="http:https://www.w3.org/1999/xhtml">
			<p><b>Generated Narrative</b></p>
			<p><b>Id</b>: example</p>
			<p><b>Identifier</b>: {mpid}</p>
			<p><b>Classification</b>: <span
				title="Codes: {http:https://ema.europa.eu/example/WHOAnatomicalTherapeuticChemicalATCClassificationSystem B01AF02}"
				>ATC: B01AF02</span></p>
			<p><b>Attached Document</b>: (SmPC)</p>
			<p><b>Master File</b>: (Pharmacovigilence Master File)</p>
			<p><b>Product Name</b>: Equilidem 2.5 mg film-coated tablets</p>
			<blockquote>
				<p><b>Name Part</b></p><p><b>part</b>:Equilidem</p>
				<p><b>type</b>: <span title="Codes: ">Invented</span></p>
			</blockquote>
			<blockquote>
				<p><b>Name Part</b></p><p><b>part</b>:2.5 mg</p>
				<p><b>type</b>: <span title="Codes: ">Strength</span></p>
			</blockquote>
			<blockquote>
				<p><b>Name Part</b></p>
				<p><b>part</b>:film-coated tablets</p>
				<p><b>type</b>: <span title="Codes: ">Form</span></p>
				<p><b>Country &amp; Languages</b></p>
				<table class="grid">
					<tr>
						<td>-</td>
						<td><b>Country</b></td>
						<td><b>Jurisdiction</b></td>
						<td><b>Language</b></td>
					</tr>
					<tr>
						<td>*</td>
						<td><span
							title="Codes: {http:https://ema.europa.eu/example/countryCode EU}"
							>EU</span></td>
						<td><span
							title="Codes: {http:https://ema.europa.eu/example/jurisdictionCode EU}"
							>EU</span></td>
						<td><span
							title="Codes: {http:https://tools.ietf.org/html/bcp47}"
							>EN</span></td>
					</tr>
				</table>
			</blockquote>
			<p><b>Manufacturing &amp; Business Operations</b></p>
			<table class="grid">
				<tr>
					<td>-</td>
					<td><b>Type</b></td>
					<td><b>EffectiveDate</b></td>
					<td><b>Authorization</b></td>
				</tr>
				<tr>
					<td>*</td>
					<td>Batch Release</td>
					<td>2013-03-15 --&gt; (ongoing)</td>
					<td><span>1324TZ</span></td>
				</tr>
			</table>
		</div>
	</text>
	<identifier>
		<system value="http:https://ema.europa.eu/example/MPID"/>
		<value value="{mpid}"/>
	</identifier>
	<classification>
		<coding>
			<system value="http:https://ema.europa.eu/example/WHOAnatomicalTherapeuticChemicalATCClassificationSystem"/>
			<code value="B01AF02"/>
		</coding>
	</classification>
	<attachedDocument>
		<reference value="DocumentReference/example"/>
	</attachedDocument>
	<masterFile>
		<reference value="DocumentReference/example"/>
	</masterFile>
	<name>
		<productName value="Equilidem 2.5 mg film-coated tablets"/>
		<part>
			<part value="Equilidem"/>
			<type>
				<coding>
					<code value="INV"/>
				</coding>
			</type>
		</part>
		<part>
			<part value="2.5 mg"/>
			<type>
				<coding>
					<code value="STR"/>
				</coding>
			</type>
		</part>
		<part>
			<part value="film-coated tablets"/>
			<type>
				<coding>
					<code value="FRM"/>
				</coding>
			</type>
		</part>
		<usage>
			<country>
				<coding>
					<system value="http:https://ema.europa.eu/example/countryCode"/>
					<code value="EU"/>
				</coding>
			</country>
			<jurisdiction>
				<coding>
					<system value="http:https://ema.europa.eu/example/jurisdictionCode"/>
					<code value="EU"/>
				</coding>
			</jurisdiction>
			<language>
				<coding>
					<system value="http:https://tools.ietf.org/html/bcp47"/>
					<code value="en"/>
				</coding>
			</language>
		</usage>
	</name>
	<operation>
		<type>
			<concept>
				<coding>
					<system value="http:https://ema.europa.eu/example/manufacturingOperationType"/>
					<code value="Batchrelease"/>
				</coding>
			</concept>
		</type>
		<effectiveDate>
			<start value="2013-03-15"/>
		</effectiveDate>
	</operation>
</MedicinalProductDefinition>


Copy link

stale bot commented Nov 15, 2023

This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 5 days if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix This will not be worked on label Nov 15, 2023
@stale stale bot closed this as completed Nov 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
validation-core wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

1 participant