This commit is contained in:
James Agnew 2017-01-24 14:41:53 -05:00
parent 589804d974
commit 95b2751829
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ public class JsonParserDstu2Test {
bundle = ourCtx.newJsonParser().parseResource(ca.uhn.fhir.model.dstu2.resource.Bundle.class, encoded);
dm = (DocumentManifest) bundle.getEntry().get(0).getResource();
assertEquals("urn:uuid:96e85cca-9797-45d6-834a-c4eb27f331d3", dm.getSubject().getReference());
assertEquals("urn:uuid:96e85cca-9797-45d6-834a-c4eb27f331d3", dm.getSubject().getReference().getValue());
Patient subject = (Patient) dm.getSubject().getResource();
assertNotNull(subject);