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

extension on comparator "equal to" is not allowed in FHIR #13

Open
costateixeira opened this issue Oct 6, 2022 · 2 comments
Open

extension on comparator "equal to" is not allowed in FHIR #13

costateixeira opened this issue Oct 6, 2022 · 2 comments

Comments

@costateixeira
Copy link
Contributor

No description provided.

@costateixeira
Copy link
Contributor Author

...
Alternatively we can ask HL7 to add the "=" to the VS and CS codesystem-quantity-comparator.html

@rlindstrm
Copy link
Collaborator

rlindstrm commented Oct 7, 2022

This is how it's currently used in the Ingredient resource in EMA examples (incl DADI form) and PPL products.

	<numerator>
		<value value="500"/>
		<comparator>
			<extension url="http://ema.europa.eu/fhir/extension/comparator">
				<valueCoding>
					<system value="https://spor.ema.europa.eu/v1/lists/100000000008"/>
					<code value="100000000049"/>
					**<display value="equal to"/>**
				</valueCoding>
			</extension>
		</comparator>
		<unit value="milligram(s)"/>
		<system value="https://spor.ema.europa.eu/v1/lists/100000110633"/>
		<code value="100000110655"/>
	</numerator>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants