From 77e69927bf79a82ff7ecca81155fbeaeacf45cb2 Mon Sep 17 00:00:00 2001 From: Ilya Beda Date: Thu, 5 Sep 2024 09:05:06 +1000 Subject: [PATCH] Update README.md --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index a171a21..54503ed 100644 --- a/README.md +++ b/README.md @@ -68,10 +68,6 @@ context (dict): a hash of variable name/value pairs. model (dict): The "model" data object specific to a domain, e.g. R4. -**Returns** - -int: Description of return value - ## compile Returns a function that takes a resource and an optional context hash (see "evaluate"), and returns the result of evaluating the given FHIRPath expression on that resource. The advantage of this function over "evaluate" is that if you have multiple resources, the given FHIRPath expression will only be parsed once