From 9189195c7d03e2da3689df63cb37fab31bbe894d Mon Sep 17 00:00:00 2001 From: mandalkam Date: Wed, 30 Oct 2024 10:50:16 +0100 Subject: [PATCH] As an user you can but don't have to define search parameters --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 77b2ee2..ed27d4b 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ The different outputs are described in markdown cells and used parameters are de ### Select resources to be validated by FHIR Search parameters -You can select/filter the resources to be validated by [FHIR search](https://www.hl7.org/fhir/search.html) parameters. +You can select/filter the resources to be validated by additional [FHIR search](https://www.hl7.org/fhir/search.html) parameters. For filter options you can set `search_parameters`, see [FHIR search common parameters for all resource types](https://www.hl7.org/fhir/search.html#standard), as well as additional FHIR search parameters for certain resource types like [Patient](https://www.hl7.org/fhir/patient.html#search), [Condition](https://www.hl7.org/fhir/condition.html#search), [Observation](https://www.hl7.org/fhir/observation.html#search), ...