
Package ca.uhn.fhir.jpa.util
Class FhirPathUtils
java.lang.Object
ca.uhn.fhir.jpa.util.FhirPathUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic 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 pathsstatic boolean
Determines if the node is a subsetting node as described by http://hl7.org/fhirpath/N1/#subsetting
-
Constructor Details
-
FhirPathUtils
public FhirPathUtils()
-
-
Method Details
-
cleansePath
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
Determines if the node is a subsetting node as described by http://hl7.org/fhirpath/N1/#subsetting
-