public FhirbaseFunction WithJson(string jsonValue)
 {
     this._parameters.Add(PostgresHelper.Json(jsonValue));
     return(this);
 }