This commit is contained in:
James Agnew 2019-07-05 09:37:48 -04:00
parent 2a473d1825
commit 4a0bc27602
1 changed files with 1 additions and 1 deletions

View File

@ -1055,7 +1055,7 @@ public class FhirResourceDaoR4ConceptMapTest extends BaseJpaR4Test {
request.setTargetSystem(new UriType("http://hl7.org/fhir/sid/icd-10-us"));
TranslationResult outcome = myConceptMapDao.translate(request, mySrd);
assertEquals("S52.209A", outcome.getMatches().get(1).getConcept().getCode());
assertEquals("S52.209A", outcome.getMatches().get(0).getConcept().getCode());
}