extractData

fun extractData(base: Base, expressions: Map<String, String>): Map<String, List<Base>>


fun extractData(base: Base, expression: String): List<Base>

Function to extract value for the base using the on the provided FHIR path expression.

Return

a list of Base.