Skip to content

Commit

Permalink
Merge pull request #513 from IBM/johntimm-master
Browse files Browse the repository at this point in the history
Issue #512 - loosen reference type validation
  • Loading branch information
lmsurpre authored Dec 17, 2019
2 parents 6cf8f4c + 5cabbcd commit 370cea6
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,6 @@ public Collection<FHIRPathNode> apply(EvaluationContext evaluationContext, Colle
String referenceReference = getReferenceReference(reference);
String referenceType = getReferenceType(reference);

if (referenceReference == null && referenceType == null) {
continue;
}

String resourceType = null;

if (referenceReference != null) {
Expand Down

0 comments on commit 370cea6

Please sign in to comment.