Class FhirPathUtils

java.lang.Object
ca.uhn.fhir.jpa.util.FhirPathUtils

public class FhirPathUtils extends Object
  • Constructor Details

  • Method Details

    • cleansePath

      public static String cleansePath(String thePath)
      Turns an invalid FhirPath into a valid one - Do not use this for user input; but it can be used for internally parsed paths
    • isSubsettingNode

      public static boolean isSubsettingNode(ParsedFhirPath.FhirPathNode theNode)
      Determines if the node is a subsetting node as described by http://hl7.org/fhirpath/N1/#subsetting