Skip to content

Concept codes comparison adjusted#100

Open
bryantaustin13 wants to merge 1 commit into
cqframework:mainfrom
bryantaustin13:fixConceptCodes
Open

Concept codes comparison adjusted#100
bryantaustin13 wants to merge 1 commit into
cqframework:mainfrom
bryantaustin13:fixConceptCodes

Conversation

@bryantaustin13

Copy link
Copy Markdown
Contributor

Server returning correct code, but test is failing due to format and test evaluation.

To duplicate the test that fails, run the following

<?xml version="1.0" encoding="utf-8"?>
<tests xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://hl7.org/fhirpath/tests" xsi:schemaLocation="http://hl7.org/fhirpath/tests ../../testSchema/testSchema.xsd"
       name="CqlTypeOperatorsTest">
	<group name="SingleTest" version="1.0">
		<test name="CodeToConcept1" version="1.0">
			<capability code="type-operators" />
			<expression>ToConcept(Code { code: '8480-6' })</expression>
			<output>Concept { codes: { Code { code: '8480-6' } } }</output>
		</test>
	</group>
</tests>

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant